home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / ear / amfax142.lha / AmigaFax / docs / ReadMe < prev    next >
Text File  |  1994-03-15  |  6KB  |  169 lines

  1. This document contains recent changes relevant to this package.
  2. These may not have made it into the manual as yet,
  3. or may be recent additions to the manual.
  4.  
  5. Last Manual Update: 15-March-1994, AmigaFax 1.40
  6.  
  7. The large Amiga fonts converted from TeX format which were stored in
  8. the file FaxFonts.run would not fit on the floppy for the 1.40
  9. distribution. These are not required for AmigaDOS2.0, but may be
  10. required under 1.3. The fonts themselves have not changed for many
  11. years, so if you have a copy from a demo you can use them. Otherwise
  12. if you require them please contact me.
  13.  
  14.  -David
  15.  
  16. -----------------------------------------------------------------------
  17.     AfaxSend 1.34 9OCT92 23:00 DAV
  18.     =============
  19.  
  20. Experimental version with Xon/Xoff flow control when transmitting.
  21. To enable XonXoff mode, you must have a config entry (or environmental
  22. or local variable):
  23.  
  24. XonXoff 1
  25.  
  26. Actually, any number will do for now, but use 1 for future compatability.
  27.  
  28. => 1.34
  29.  
  30. This one checks for XON/XOFF every 10 characters, not every 1000 as
  31. 1.33 did.
  32.  
  33. It also prints out characters received while transmitting, in case the
  34. modem sends things other than XON/XOFF. These are not checked for as yet.
  35.  
  36. To see the debug info, from a shell, type
  37.  
  38. afaxsend -d3 number faxfile
  39.  
  40. eg
  41.  
  42. mkafax my_text_file ram:fx
  43.  
  44. afaxsend 052786355 ram:fx
  45.  
  46. --------------------------------------------------------------------
  47.  
  48. Modified Faa for use with TrapDoor   17NOV92 DAV
  49. ==================================
  50.  
  51. I've just had some discussions with a local user who is also trying to
  52. use TrapDoor with AmigaFax. I made up a test version of FAA for him,
  53. which he has reported back as working, so I'll pass it on. The problem
  54. appeared to be in the baud rate between TrapDoor and faa - when faa is
  55. run in the -G mode, it would not attempt to set the baud rate, leaving
  56. it at what Getty had set it to. Apparently this doesn't work well with
  57. TrapDoor.
  58.  
  59. For this version (1.34) there is an extra command line option, -Q
  60.  
  61. When this option is given with -G (Getty mode), the baudrate given in
  62. the RRate config or environment variable will be used when faa
  63. communicates with the modem.
  64.  
  65. Without it, the serial rate is not set.
  66.  
  67. So now your TrapDoor command line for fax may be:
  68.  
  69. FAXCOMMAND "afax:c/faa -D duart.device -U 0 -G -Q"
  70.  
  71. with FAXLIB:Config (or SetEnv or Set)
  72.  
  73. RRate 19200
  74.  
  75. --------------------------------------------------------------------
  76.  
  77. Support for PasTeX with AmigaFax    9DEC92 DAV
  78. ================================
  79.  
  80. We have received a support package to allow users of PasTeX to
  81. interface to AmigaTeX. This is included in an archive in the
  82. Afax:Other directory. We have not tested the package here, as we do
  83. not have PasTeX installed. See the ReadMe file in the archive for more instructions.
  84.  
  85. Thanks to Martin Horneffer and Martin Steppler for this contribution.
  86.  
  87. --------------------------------------------------------------------
  88.  
  89.     Version 1.38    1FEB94 DAV
  90.     ============
  91.  
  92. This revision is mainly to add an afax printer driver, but a few
  93. general bug-fixes to do with requester satisfaction also made it in.
  94.  
  95. Additional Programs:
  96. -------------------
  97.  
  98. afax.driver    This is the printer driver itself. The working copy
  99.         goes in DEVS:Printers, the copy in afax:c is not needed.
  100.  
  101. printsymb    This is the print symbiont that does the conversion to
  102.         fax format. Under 2.0 the driver will start it
  103.         automatically, if this doesn't work it may be run up
  104.         manually. Goes in afax:c
  105.  
  106. FPrint        A little print-diverter, you could bind this to a
  107.         hot-key using FKeys or similar. Allows directing one
  108.         or more print jobs to the fax driver. You can also do
  109.         this by setting afax.driver in your printer preferences.
  110.  
  111. Operation:
  112. ---------
  113. afax.driver    The current version is limited to graphics-format
  114.         output only. (Most DTP programs, etc use this)
  115.         I may add standard text capability later.
  116.  
  117. printsymb -h    "Hang Around" - the symbiont will not terminate when the
  118.         driver is expunged. Useful for testing.
  119.       -r    Replace - Automatically replace an existing symbiont.
  120.         Again useful for testing only.
  121.       -q    Quit - Terminate any existing symbiont, and exit.
  122.  
  123. The print symbiont will create a fax file in the directory FAXSPOOL:,
  124. with a unique name of form P_xxxxxx.AFX, and then will call afax to
  125. process it for sending, viewing, etc.
  126. This can result in a build up of files in FAXSPOOL:, P_0000.AFX,
  127. P_0001.AFX, P_0002.AFX and so on. The the environmental or config file
  128. variable FAXFILE is set, then output will always go to that file,
  129. overwriting if it exists. So you could:
  130.  
  131. setenv FAXFILE T:Faxprt
  132.  
  133. and all fax printout would go there. BEWARE of doing this if you are
  134. spooling faxes, however, as the fax may be overwritten before being sent.
  135.  
  136.  
  137. FPrint   -m    Multiple jobs. If called with this option, FPrint will
  138.         stay resident for multiple print jobs, else it will
  139.         terminate after one.
  140.      -n    No Requester - The "Print Redirected" requester will
  141.         be suppressed.
  142.      -q    Terminate any running FPrint, and exit.
  143.  
  144. FPrint will change the in-use printer preference while running, so
  145. that printing goes via the afax.driver. The previous printer is
  146. restored when it exits. You can get the same effect by changing your
  147. printer to afax.driver via preferences, but FPrint may be more
  148. convenient. You could attach it to a hot-key, using FKeys, for
  149. example, to run "RunBack FPrint", "RunBack FPrint -q", etc as desired.
  150.  
  151. Other changes:
  152. -------------
  153. The afax program now has a command-line switch.
  154.  
  155. afax -f faxfile
  156.  
  157. where faxfile is the name of a fax file, will result in afax coming up
  158. with the source and fax files pre-set to that file name. This is for
  159. use with the printer-driver code, but may be useful for other things.
  160.  
  161. afaxprt should not abort prematurely when keystrokes go into its
  162. requester! This was a general fix, and may help other programs also.
  163.  
  164. afax will signal afaxspl to do an immediate scan everytime it spools
  165. another fax, rather that waiting for the next scheduled queue scan.
  166.  
  167. --------------------------------------------------------------------
  168.  
  169.